text/template/parse.CommentNode.tr (field)
5 uses
text/template/parse (current package)
node.go#L159: tr *Tree
node.go#L164: return &CommentNode{tr: t, NodeType: NodeComment, Pos: pos, Text: text}
node.go#L180: return c.tr
node.go#L184: return &CommentNode{tr: c.tr, NodeType: NodeComment, Pos: c.Pos, Text: c.Text}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)